home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TSELECTMASKDIALOG / TSELECTMASKDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  1.6 KB  |  80 lines

  1. object SelectMaskDialog: TSelectMaskDialog
  2.   Left = 369
  3.   Top = 257
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'ui_select'
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Select'
  9.   ClientHeight = 145
  10.   ClientWidth = 361
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MaskGroup: TXPGroupBox
  18.     Left = 8
  19.     Top = 6
  20.     Width = 345
  21.     Height = 96
  22.     TabOrder = 2
  23.     object Label1: TLabel
  24.       Left = 11
  25.       Top = 19
  26.       Width = 56
  27.       Height = 13
  28.       Caption = 'Enter &mask:'
  29.       FocusControl = MaskEdit
  30.     end
  31.     object Label2: TLabel
  32.       Left = 58
  33.       Top = 68
  34.       Width = 274
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = 'File masks are separated by semicolon (*.txt; picture[1-9].*)'
  38.     end
  39.     object MaskEdit: THistoryComboBox
  40.       Left = 91
  41.       Top = 15
  42.       Width = 241
  43.       Height = 21
  44.       ItemHeight = 13
  45.       MaxLength = 1000
  46.       TabOrder = 0
  47.       Text = '*.*'
  48.       OnExit = MaskEditExit
  49.     end
  50.     object IncludingDirectoriesCheck: TCheckBox
  51.       Left = 91
  52.       Top = 44
  53.       Width = 241
  54.       Height = 17
  55.       Caption = 'Including &directories'
  56.       TabOrder = 1
  57.     end
  58.   end
  59.   object OKBtn: TButton
  60.     Left = 191
  61.     Top = 112
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 0
  68.   end
  69.   object CancelBtn: TButton
  70.     Left = 279
  71.     Top = 112
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 1
  78.   end
  79. end
  80.